Welcome![Sign In][Sign Up]
Location:
Search - Random Number Generator

Search list

[Mathimatics-Numerical algorithmsmt19937-2.c

Description: 伪随机数生成算法,很优秀,double 0-1-pseudo-random number generator algorithm, very good, double 0-1
Platform: | Size: 2336 | Author: 张清之 | Hits:

[OS program200482712133053

Description: 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。 -process Scheduling Algorithm : The highest priority of several priority scheduling algorithm, which is allocated to the processor the highest priority in the process. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the need to run time, has taken the CPU time, the process of the state and so on. Several priorities for the process of what needs to run and the time prior to artificially designated (also be random number generator). The process of running time to time-unit calculations. The state of each process can be completed W (Wait), running R (Run), or completion of F (Finish), one of three state.
Platform: | Size: 1415 | Author: 佟童 | Hits:

[CSharprandom

Description: VC++随机数原理编写彩票号码生成器源代码-Vc random number generator is written for the principle of lotteries
Platform: | Size: 13312 | Author: sk | Hits:

[Mathimatics-Numerical algorithmsrandom

Description: 用C++编写的一个自己根据算法写的彩票随机号码生成器!自己娱乐写的-Written in C++ algorithm written in a lottery based on their own random number generator! Write their own entertainment! !
Platform: | Size: 13312 | Author: 赵通 | Hits:

[SCMrandom

Description: 模仿粒子运动的高质量随机数发生器,取粒子坐标得到随机数,附带测试结果图片-Mimic the particle motion of high-quality random number generator, taking the number of particle coordinates to be random, with test results picture
Platform: | Size: 86016 | Author: todreenun | Hits:

[Windows DevelopRandom-number-generator

Description: It is about generating random numbers for Monte Carlo simulation in C++.
Platform: | Size: 2048 | Author: Subham | Hits:

[Web Serverrandom

Description: 生成随机字符串 定义并初始化数组 初始化数字、字母 初始化随机数生成器设置返回值 把结果返回给浏览器-To generate random string the definition and initialize array initial Numbers, letters, initialization random number generator set the return value of the results back to the browser
Platform: | Size: 1024 | Author: chenzhen | Hits:

[Otherrandom.tar

Description: Random number generator
Platform: | Size: 5120 | Author: saroj | Hits:

[VHDL-FPGA-Verilograndom

Description: 随机数产生以及发牌程序 包括test的tb程序-Random number generator and licensing procedures, including test
Platform: | Size: 38912 | Author: chen | Hits:

[OtherGaussian-random-N

Description: 高斯函数随机数生成,程序实现正态函数随机数生成,具有不可重复性。-Gaussian function of the random number generator program to achieve normal function of the random number generator with the non-repeatability.
Platform: | Size: 1024 | Author: 卢潮波 | Hits:

[Linux-Unixrandom

Description: 自己优化过的一个linux系统上一个强大的随机数生成器,非常好用,欢迎下载-Optimized linux system on a powerful random number generator, very easy to use, welcome to download
Platform: | Size: 15360 | Author: totolink13 | Hits:

[Algorithmzipf-random

Description: 随机数生成程序,该随机数呈zipf分布,就是大家常说对于内容的访问遵循80/20原则,也就是20 的内容,会占有80 的访问量。-Random number generator, the zipf was distributed random numbers, that is, we often say that the access to the content to follow the 80/20 principle, which is 20 of the content will occupy 80 of visits.
Platform: | Size: 4749312 | Author: Chrestina | Hits:

[Windows Developrandom

Description: 随机数的生成器,用于生成64位随机数,请站长尽快审核!-Random number generator is used to generate 64 random numbers, please head the audit as soon as possible!
Platform: | Size: 171008 | Author: zhuziyao | Hits:

[Linux-Unixrandom

Description: random.c A strong random number generator. -random.c A strong random number generator.
Platform: | Size: 17408 | Author: qutdnin | Hits:

[AlgorithmRandom-Number-Generator

Description: 利用线性同余法生成均匀分布的随机数,同时基于均匀随机数生成正态分布,01分布随机数。-The programme generates the uniform random numbers, on which the generation of gauss random numbers and 0-1 random numbers are based.
Platform: | Size: 2016256 | Author: 木白 | Hits:

[OtherRandom

Description: 这是一个使用java写的随机数生成器,在界面方面使用了substance这个界面框架。-This is a use java to write the random number generator, use the substance in the interface aspects of the interface framework.
Platform: | Size: 1624064 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSAT16-Random-program

Description: 采用ATMEGA16单片机开发的随机数发生器,模拟中子探测器的随机电流信号,可用于测试中子探测仪器的灵敏度和准确性。-ATMEGA16 microcontroller development using a random number generator to simulate neutron detector random current signal can be used to test the neutron detection sensitivity and accuracy of the instrument.
Platform: | Size: 17408 | Author: 陈修元 | Hits:

[Otherrandom

Description: 在实际应用中往往使用伪随机数就足够了。这些数列是“似乎”随机的数,实际上它们是通过一个固定的、可以重复的计算方法产生的。计算机或计算器产生的随机数有很长的周期性。它们不真正地随机,因为它们实际上是可以计算出来的,但是它们具有类似于随机数的统计特征。这样的发生器叫做伪随机数发生器。 在真正关键性的应用中,比如在密码学中,人们一般使用真正的随机数。-In actual applications tend to use a pseudorandom number is sufficient. The number of columns is " as if" a random number, in fact they are through a fixed, repeatable calculation produced. A random number generated by a computer or a calculator has a long periodicity. They are not really random, because they can actually be calculated, but they have similar statistical characteristics of random numbers. Such a pseudo random number generator is called the generator. In the real critical applications, such as in cryptography, people generally use a truly random number.
Platform: | Size: 1024 | Author: 张羽翔 | Hits:

[Windows Develop使用timer实现随机数

Description: 在线随机数生成器,可以随机生成你设定的随机数,可以是唯一的或者重复的,可以应用于dota2roll点器,魔兽roll点辅助工具,抽奖或者需要随机数字的应用中。 产生随机数有多种不同的方法。这些方法被称为随机数发生器。随机数最重要的特性是它在产生是后面的那个数与前面的那个数毫无关系。(Online random number generator, you can set the random numbers generated can be unique or repeated, can be applied to the dota2roll point, roll point of auxiliary tools, or draw applications require random numbers in the. There are many different ways to generate random numbers. These methods are called random number generators. The most important feature of random numbers is that it produces the number that is behind and has nothing to do with the number in front.)
Platform: | Size: 46080 | Author: 薄凉 | Hits:

[Othersphere

Description: random number generator
Platform: | Size: 9216 | Author: solomist | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 32 »

CodeBus www.codebus.net